From: Jim Blandy Date: Thu, 20 May 1993 15:19:12 +0000 (+0000) Subject: * make-dist: Don't distribute precomp.com, compile.com, or X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96133 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6f95b62114b75add0f2a976e6c872ec15b10c1ea;p=emacs.git * make-dist: Don't distribute precomp.com, compile.com, or link.com from ./src; they're in ./vms now. --- diff --git a/make-dist b/make-dist index c67af00e56c..cf5070f9c7b 100755 --- a/make-dist +++ b/make-dist @@ -167,7 +167,7 @@ echo "Making links to \`src'." ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ ../${tempdir}/src ln .gdbinit .dbxinit ../${tempdir}/src - ln *.opt vms-pp.trans precomp.com compile.com link.com ../${tempdir}/src + ln *.opt vms-pp.trans ../${tempdir}/src cd ../${tempdir}/src rm -f config.h paths.h Makefile if [ -z "${newer}" ]; then